home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Source / Vcl / Consts.pas next >
Pascal/Delphi Source File  |  2001-05-22  |  12KB  |  298 lines

  1.  
  2. {*******************************************************}
  3. {                                                       }
  4. {       Borland Delphi Visual Component Library         }
  5. {                                                       }
  6. {  Copyright (c) 1995-2001 Borland Software Corporation }
  7. {                                                       }
  8. {*******************************************************}
  9.  
  10. unit Consts;
  11.  
  12. interface
  13.  
  14. resourcestring
  15.   SOpenFileTitle = 'Open';
  16.   SCantWriteResourceStreamError = 'Can''t write to a read-only resource stream';
  17.   SDuplicateReference = 'WriteObject called twice for the same instance';
  18.   SClassMismatch = 'Resource %s is of incorrect class';
  19.   SInvalidTabIndex = 'Tab index out of bounds';
  20.   SInvalidTabPosition = 'Tab position incompatible with current tab style';
  21.   SInvalidTabStyle = 'Tab style incompatible with current tab position';
  22.   SInvalidBitmap = 'Bitmap image is not valid';
  23.   SInvalidIcon = 'Icon image is not valid';
  24.   SInvalidMetafile = 'Metafile is not valid';
  25.   SInvalidPixelFormat = 'Invalid pixel format';
  26.   SInvalidImage = 'Invalid image';
  27.   SBitmapEmpty = 'Bitmap is empty';
  28.   SScanLine = 'Scan line index out of range';
  29.   SChangeIconSize = 'Cannot change the size of an icon';
  30.   SOleGraphic = 'Invalid operation on TOleGraphic';
  31.   SUnknownExtension = 'Unknown picture file extension (.%s)';
  32.   SUnknownClipboardFormat = 'Unsupported clipboard format';
  33.   SOutOfResources = 'Out of system resources';
  34.   SNoCanvasHandle = 'Canvas does not allow drawing';
  35.   SInvalidImageSize = 'Invalid image size';
  36.   STooManyImages = 'Too many images';
  37.   SDimsDoNotMatch = 'Image dimensions do not match image list dimensions';
  38.   SInvalidImageList = 'Invalid ImageList';
  39.   SReplaceImage = 'Unable to Replace Image';
  40.   SImageIndexError = 'Invalid ImageList Index';
  41.   SImageReadFail = 'Failed to read ImageList data from stream';
  42.   SImageWriteFail = 'Failed to write ImageList data to stream';
  43.   SWindowDCError = 'Error creating window device context';
  44.   SClientNotSet = 'Client of TDrag not initialized';
  45.   SWindowClass = 'Error creating window class';
  46.   SWindowCreate = 'Error creating window';
  47.   SCannotFocus = 'Cannot focus a disabled or invisible window';
  48.   SParentRequired = 'Control ''%s'' has no parent window';
  49.   SParentGivenNotAParent = 'Parent given is not a parent of ''%s''';
  50.   SMDIChildNotVisible = 'Cannot hide an MDI Child Form';
  51.   SVisibleChanged = 'Cannot change Visible in OnShow or OnHide';
  52.   SCannotShowModal = 'Cannot make a visible window modal';
  53.   SScrollBarRange = 'Scrollbar property out of range';
  54.   SPropertyOutOfRange = '%s property out of range';
  55.   SMenuIndexError = 'Menu index out of range';
  56.   SMenuReinserted = 'Menu inserted twice';
  57.   SMenuNotFound = 'Sub-menu is not in menu';
  58.   SNoTimers = 'Not enough timers available';
  59.   SNotPrinting = 'Printer is not currently printing';
  60.   SPrinting = 'Printing in progress';
  61.   SPrinterIndexError = 'Printer index out of range';
  62.   SInvalidPrinter = 'Printer selected is not valid';
  63.   SDeviceOnPort = '%s on %s';
  64.   SGroupIndexTooLow = 'GroupIndex cannot be less than a previous menu item''s GroupIndex';
  65.   STwoMDIForms = 'Cannot have more than one MDI form per application';
  66.   SNoMDIForm = 'Cannot create form. No MDI forms are currently active';
  67.   SImageCanvasNeedsBitmap = 'Can only modify an image if it contains a bitmap';
  68.   SControlParentSetToSelf = 'A control cannot have itself as its parent';
  69.   SOKButton = 'OK';
  70.   SCancelButton = 'Cancel';
  71.   SYesButton = '&Yes';
  72.   SNoButton = '&No';
  73.   SHelpButton = '&Help';
  74.   SCloseButton = '&Close';
  75.   SIgnoreButton = '&Ignore';
  76.   SRetryButton = '&Retry';
  77.   SAbortButton = 'Abort';
  78.   SAllButton = '&All';
  79.  
  80.   SCannotDragForm = 'Cannot drag a form';
  81.   SPutObjectError = 'PutObject to undefined item';
  82.   SCardDLLNotLoaded = 'Could not load CARDS.DLL';
  83.   SDuplicateCardId = 'Duplicate CardId found';
  84.  
  85.   SDdeErr = 'An error returned from DDE  ($0%x)';
  86.   SDdeConvErr = 'DDE Error - conversation not established ($0%x)';
  87.   SDdeMemErr = 'Error occurred when DDE ran out of memory ($0%x)';
  88.   SDdeNoConnect = 'Unable to connect DDE conversation';
  89.  
  90.   SFB = 'FB';
  91.   SFG = 'FG';
  92.   SBG = 'BG';
  93.   SOldTShape = 'Cannot load older version of TShape';
  94.   SVMetafiles = 'Metafiles';
  95.   SVEnhMetafiles = 'Enhanced Metafiles';
  96.   SVIcons = 'Icons';
  97.   SVBitmaps = 'Bitmaps';
  98.   SGridTooLarge = 'Grid too large for operation';
  99.   STooManyDeleted = 'Too many rows or columns deleted';
  100.   SIndexOutOfRange = 'Grid index out of range';
  101.   SFixedColTooBig = 'Fixed column count must be less than column count';
  102.   SFixedRowTooBig = 'Fixed row count must be less than row count';
  103.   SInvalidStringGridOp = 'Cannot insert or delete rows from grid';
  104.   SInvalidEnumValue = 'Invalid Enum Value';
  105.   SInvalidNumber = 'Invalid numeric value';
  106.   SOutlineIndexError = 'Outline index not found';
  107.   SOutlineExpandError = 'Parent must be expanded';
  108.   SInvalidCurrentItem = 'Invalid value for current item';
  109.   SMaskErr = 'Invalid input value';
  110.   SMaskEditErr = 'Invalid input value.  Use escape key to abandon changes';
  111.   SOutlineError = 'Invalid outline index';
  112.   SOutlineBadLevel = 'Incorrect level assignment';
  113.   SOutlineSelection = 'Invalid selection';
  114.   SOutlineFileLoad = 'File load error';
  115.   SOutlineLongLine = 'Line too long';
  116.   SOutlineMaxLevels = 'Maximum outline depth exceeded';
  117.  
  118.   SMsgDlgWarning = 'Warning';
  119.   SMsgDlgError = 'Error';
  120.   SMsgDlgInformation = 'Information';
  121.   SMsgDlgConfirm = 'Confirm';
  122.   SMsgDlgYes = '&Yes';
  123.   SMsgDlgNo = '&No';
  124.   SMsgDlgOK = 'OK';
  125.   SMsgDlgCancel = 'Cancel';
  126.   SMsgDlgHelp = '&Help';
  127.   SMsgDlgHelpNone = 'No help available';
  128.   SMsgDlgHelpHelp = 'Help';
  129.   SMsgDlgAbort = '&Abort';
  130.   SMsgDlgRetry = '&Retry';
  131.   SMsgDlgIgnore = '&Ignore';
  132.   SMsgDlgAll = '&All';
  133.   SMsgDlgNoToAll = 'N&o to All';
  134.   SMsgDlgYesToAll = 'Yes to &All';
  135.  
  136.   SmkcBkSp = 'BkSp';
  137.   SmkcTab = 'Tab';
  138.   SmkcEsc = 'Esc';
  139.   SmkcEnter = 'Enter';
  140.   SmkcSpace = 'Space';
  141.   SmkcPgUp = 'PgUp';
  142.   SmkcPgDn = 'PgDn';
  143.   SmkcEnd = 'End';
  144.   SmkcHome = 'Home';
  145.   SmkcLeft = 'Left';
  146.   SmkcUp = 'Up';
  147.   SmkcRight = 'Right';
  148.   SmkcDown = 'Down';
  149.   SmkcIns = 'Ins';
  150.   SmkcDel = 'Del';
  151.   SmkcShift = 'Shift+';
  152.   SmkcCtrl = 'Ctrl+';
  153.   SmkcAlt = 'Alt+';
  154.  
  155.   srUnknown = '(Unknown)';
  156.   srNone = '(None)';
  157.   SOutOfRange = 'Value must be between %d and %d';
  158.  
  159.   SDateEncodeError = 'Invalid argument to date encode';
  160.   SDefaultFilter = 'All files (*.*)|*.*';
  161.   sAllFilter = 'All';
  162.   SNoVolumeLabel = ': [ - no volume label - ]';
  163.   SInsertLineError = 'Unable to insert a line';
  164.  
  165.   SConfirmCreateDir = 'The specified directory does not exist. Create it?';
  166.   SSelectDirCap = 'Select Directory';
  167.   SDirNameCap = 'Directory &Name:';
  168.   SDrivesCap = 'D&rives:';
  169.   SDirsCap = '&Directories:';
  170.   SFilesCap = '&Files: (*.*)';
  171.   SNetworkCap = 'Ne&twork...';
  172.  
  173.   SColorPrefix = 'Color';               //!! obsolete - delete in 5.0
  174.   SColorTags = 'ABCDEFGHIJKLMNOP';      //!! obsolete - delete in 5.0
  175.  
  176.   SInvalidClipFmt = 'Invalid clipboard format';
  177.   SIconToClipboard = 'Clipboard does not support Icons';
  178.   SCannotOpenClipboard = 'Cannot open clipboard';
  179.  
  180.   SDefault = 'Default';
  181.  
  182.   SInvalidMemoSize = 'Text exceeds memo capacity';
  183.   SCustomColors = 'Custom Colors';
  184.   SInvalidPrinterOp = 'Operation not supported on selected printer';
  185.   SNoDefaultPrinter = 'There is no default printer currently selected';
  186.  
  187.   SIniFileWriteError = 'Unable to write to %s';
  188.  
  189.   SBitsIndexError = 'Bits index out of range';
  190.  
  191.   SUntitled = '(Untitled)';
  192.  
  193.   SInvalidRegType = 'Invalid data type for ''%s''';
  194.  
  195.   SUnknownConversion = 'Unknown RichEdit conversion file extension (.%s)';
  196.   SDuplicateMenus = 'Menu ''%s'' is already being used by another form';
  197.  
  198.   SPictureLabel = 'Picture:';
  199.   SPictureDesc = ' (%dx%d)';
  200.   SPreviewLabel = 'Preview';
  201.  
  202.   SCannotOpenAVI = 'Cannot open AVI';
  203.  
  204.   SNotOpenErr = 'No MCI device open';
  205.   SMPOpenFilter = 'All files (*.*)|*.*|Wave files (*.wav)|*.wav|Midi files (*.mid)|*.mid|Video for Windows (*.avi)|*.avi';
  206.   SMCINil = '';
  207.   SMCIAVIVideo = 'AVIVideo';
  208.   SMCICDAudio = 'CDAudio';
  209.   SMCIDAT = 'DAT';
  210.   SMCIDigitalVideo = 'DigitalVideo';
  211.   SMCIMMMovie = 'MMMovie';
  212.   SMCIOther = 'Other';
  213.   SMCIOverlay = 'Overlay';
  214.   SMCIScanner = 'Scanner';
  215.   SMCISequencer = 'Sequencer';
  216.   SMCIVCR = 'VCR';
  217.   SMCIVideodisc = 'Videodisc';
  218.   SMCIWaveAudio = 'WaveAudio';
  219.   SMCIUnknownError = 'Unknown error code';
  220.  
  221.   SBoldItalicFont = 'Bold Italic';
  222.   SBoldFont = 'Bold';
  223.   SItalicFont = 'Italic';
  224.   SRegularFont = 'Regular';
  225.  
  226.   SPropertiesVerb = 'Properties';
  227.  
  228.   SServiceFailed = 'Service failed on %s: %s';
  229.   SExecute = 'execute';
  230.   SStart = 'start';
  231.   SStop = 'stop';
  232.   SPause = 'pause';
  233.   SContinue = 'continue';
  234.   SInterrogate = 'interrogate';
  235.   SShutdown = 'shutdown';
  236.   SCustomError = 'Service failed in custom message(%d): %s';
  237.   SServiceInstallOK = 'Service installed successfully';
  238.   SServiceInstallFailed = 'Service "%s" failed to install with error: "%s"';
  239.   SServiceUninstallOK = 'Service uninstalled successfully';
  240.   SServiceUninstallFailed = 'Service "%s" failed to uninstall with error: "%s"';
  241.  
  242.   SInvalidActionRegistration = 'Invalid action registration';
  243.   SInvalidActionUnregistration = 'Invalid action unregistration';
  244.   SInvalidActionEnumeration = 'Invalid action enumeration';
  245.   SInvalidActionCreation = 'Invalid action creation';
  246.  
  247.   SDockedCtlNeedsName = 'Docked control must have a name';
  248.   SDockTreeRemoveError = 'Error removing control from dock tree';
  249.   SDockZoneNotFound = ' - Dock zone not found';
  250.   SDockZoneHasNoCtl = ' - Dock zone has no control';
  251.  
  252.   SAllCommands = 'All Commands';
  253.  
  254.   SDuplicateItem = 'List does not allow duplicates ($0%x)';
  255.  
  256.   STextNotFound = 'Text not found: "%s"';
  257.   SBrowserExecError = 'No default browser is specified';
  258.  
  259.   SColorBoxCustomCaption = 'Custom...';
  260.  
  261.   SMultiSelectRequired = 'Multiselect mode must be on for this feature';
  262.  
  263.   SKeyCaption = 'Key';
  264.   SValueCaption = 'Value';
  265.   SKeyConflict = 'A key with the name of "%s" already exists';
  266.   SKeyNotFound = 'Key "%s" not found';
  267.   SNoColumnMoving = 'goColMoving is not a supported option';
  268.   SNoEqualsInKey = 'Key may not contain equals sign ("=")';
  269.  
  270.   SSendError = 'Error sending mail';
  271.   SAssignSubItemError = 'Cannot assign a subitem to an actionbar when one of it''s parent''s is already assigned to an actionbar';
  272.   SDeleteItemWithSubItems = 'Item %s has subitems, delete anyway?';
  273.   SMoreButtons = 'More Buttons';
  274.   SErrorDownloadingURL = 'Error downloading URL: %s';
  275.   SAllActions = '(All Actions)';
  276.   SNoCategory = '(No Category)';
  277.   SExpand = 'Expand';
  278.   SErrorSettingPath = 'Error setting path: "%s"';
  279.   SLBPutError = 'Attempting to put items into a virtual style listbox';
  280.   SErrorLoadingFile = 'Error loading previously saved settings file: %s'#13'Would you like to delete it?';
  281.   SResetUsageData = 'Reset all usage data?';
  282.   SFileRunDialogTitle = 'Run';
  283.   SNoName = '(No Name)';      
  284.   SErrorActionManagerNotAssigned = 'ActionManager must first be assigned';
  285.   SAddRemoveButtons = '&Add or Remove Buttons';
  286.   SResetActionToolBar = 'Reset Toolbar';
  287.   SCustomize = '&Customize';
  288.   SSeparator = 'Separator';
  289.   SCirularReferencesNotAllowed = 'Circular references not allowed';
  290.   SCannotHideActionBand = '%s does not allow hiding';
  291.   SErrorSettingCount = 'Error setting %s.Count';
  292.   SListBoxMustBeVirtual = 'Listbox (%s) style must be virtual in order to set Count';
  293.   SUnableToSaveSettings = 'Unable to save settings';  
  294.  
  295. implementation
  296.  
  297. end.
  298.